home *** CD-ROM | disk | FTP | other *** search
-
- // ───────────────────────────────────────────────────────────────────
- // The Aurora Editor v2.0
- // Copyright 1993-1995 nuText Systems. All Rights Reserved Worldwide.
- //
- // System Settings (included by MAIN.AML)
- //
- // To change a setting, locate the desired setting in this file and
- // type in the new value. Character and string values should be
- // enclosed in quotes.
- //
- // When you are finished, save this file and select 'Recompile the
- // Editor' <alt f2> from the Set menu. Exit and re-enter the editor
- // for your changes to take effect.
- // ───────────────────────────────────────────────────────────────────
-
-
- // disable the video blink mode (disabling the video blink mode
- // allows the use of high intensity background colors)
- blink OFF
-
- // set cursor size in insert and overstrike modes
- cursorsize
- // overstrike mode
- 80 // cursor top (0-99)
- 90 // cursor bottom (0-99)
-
- // insert mode
- 50 // cursor top (0-99)
- 90 // cursor bottom (0-99)
-
- // enable the enhanced keyboard
- enhancedkbd ON
-
- // enable the PC speaker
- speaker ON
-
- // date and time format
- international
- 0 // date format
- // 0=mmddyy
- // 1=ddmmyy
- // 2=yymmdd
-
- '-' // date separator character
-
- 0 // time format
- // 0=12hr
- // 1=24hr
- // 2=12hr with seconds
- // 3=24hr with seconds
-
- ':' // time separator character
-
- ',' // thousands separator character
- // (null=no separator)
-
-
-
- // system memory settings
-
- maxxms -1 // maximum XMS memory (in k) to use:
- // 0=none
- // -1=available maximum
-
- maxems -1 // maximum EMS memory (in k) to use:
- // 0=none
- // -1=available maximum
-
- swapfiles // swap files:
- "c:\\aurora@1.swp" // primary swap file
- "d:\\aurora@2.swp" // secondary swap file
-
- memoptions 'o' // memory options:
- // o=allow open files
-
-